home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tmpas
/
pasvar.pt
< prev
next >
Wrap
Text File
|
1990-10-02
|
420b
|
20 lines
.. File: pasvar.pt
..
.. Variable declarations
{ ---- start of ${tplfilename} ---- }
.if ${index Stat$(basename) $(need_misc)}
{ allocation/freeing counters }
.foreach t $(need_stat)
.if ${len ${telmlist $t}}
CntNew$t: integer;
CntFre$t: integer;
.else
.foreach c ${conslist $t}
CntNew$c: integer;
CntFre$c: integer;
.endforeach
.endif
.endforeach
.endif
{ ---- end of ${tplfilename} ---- }